Skip to content

Conversation

alexcjohnson
Copy link
Collaborator

A quick one @etpinard
Test case straight from @yniknafs report 🎉

if(pt.x !== undefined) outliers.push(pt);
});
expect(outliers.length).toBe(1);
expect(outliers[0].x).toBe(0);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was NaN before the fix

@etpinard
Copy link
Contributor

etpinard commented Apr 6, 2018

Looking good 💃

@etpinard etpinard added the bug something broken label Apr 6, 2018
@alexcjohnson alexcjohnson merged commit beaa715 into master Apr 6, 2018
@alexcjohnson alexcjohnson deleted the box-single-jitter branch April 6, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants